UCF STIG Viewer Logo

The Red Hat Network Service (rhnsd) service must not be running, unless using RHN or an RHN Satellite.


Overview

Finding ID Version Rule ID IA Controls Severity
V-38478 RHEL-06-000009 SV-50278r2_rule Low
Description
Although systems management and patching is extremely important to system security, management by a system outside the enterprise enclave is not desirable for some environments. However, if the system is being managed by RHN or RHN Satellite Server the "rhnsd" daemon can remain on.
STIG Date
Red Hat Enterprise Linux 6 Security Technical Implementation Guide 2014-06-10

Details

Check Text ( None )
None
Fix Text (F-43423r2_fix)
The Red Hat Network service automatically queries Red Hat Network servers to determine whether there are any actions that should be executed, such as package updates. This only occurs if the system was registered to an RHN server or satellite and managed as such. The "rhnsd" service can be disabled with the following commands:

# chkconfig rhnsd off
# service rhnsd stop